projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac52f6a
)
Fix typo reqired -> required
author
Sébastien Wilmet
<swilmet@gnome.org>
Sun, 10 Mar 2013 16:22:26 +0000
(17:22 +0100)
committer
Sébastien Wilmet
<swilmet@gnome.org>
Sun, 10 Mar 2013 16:22:26 +0000
(17:22 +0100)
docs/reference/gtk/compiling.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/compiling.sgml
b/docs/reference/gtk/compiling.sgml
index 827e408a4e7d1ec54c656bd2b33313ac4ada5db7..012cb70edab802e4b64e4eddde2f441bc32ed105 100644
(file)
--- a/
docs/reference/gtk/compiling.sgml
+++ b/
docs/reference/gtk/compiling.sgml
@@
-67,7
+67,7
@@
this range will trigger compiler warnings.
Here is how you would compile hello.c if you want to allow it
to use symbols that were not deprecated in 3.2:
<programlisting>
-$ cc -DGDK_VERSION_MIN_REQIRED=GDK_VERSION_3_2 `pkg-config --cflags --libs gtk+-3.0` hello.c -o hello
+$ cc -DGDK_VERSION_MIN_REQ
U
IRED=GDK_VERSION_3_2 `pkg-config --cflags --libs gtk+-3.0` hello.c -o hello
</programlisting>
</para>